findAllVersions

fun findAllVersions(toolName: String, arch: String? = null): List<String>

Finds all versions of a tool that are installed in the local tool cache

Return

the cached versions

Parameters

toolName

name of the tool

arch

optional arch. defaults to arch of computer

Sources

js source
Link copied to clipboard